home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / jpegagasrc / jpegaga / wbflags.h < prev    next >
C/C++ Source or Header  |  1995-11-08  |  206b  |  16 lines

  1. /* Flags */
  2.  
  3. struct WBFlags
  4. {
  5.  int scale;
  6.  long  MaxMem;
  7.  short MaxMemFlag;
  8.  short VGAenable;
  9.  short SUPER72enable;
  10.  short SMRenable;
  11.  short GrayEnable;
  12.  short NoSmooth;
  13.  short DCTFast;
  14.  short ScaleFit;
  15. };
  16.